home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / C2SND201.ZIP / PPWAV.MAK < prev    next >
Text File  |  1994-09-11  |  547b  |  15 lines

  1. PPWAV.ASM performs one or more of the following conversions on a RIFF WAVE
  2. sound file:  mix to mono, convert to 8-bit, and/or halve the sampling rate.
  3. See PPWAV.DOC for details.
  4.  
  5. Use the A86 shareware assembler to make this program (you can also use
  6. Turbo Assembler or MASM, but you will have to modify the program first).
  7. A86 is available on Simtel.  The program will then have to be linked with
  8. the Microsoft Object Linker (or compatible).
  9.  
  10. To make the program, type:
  11.  
  12.   A86 +O PPWAV.ASM
  13.   LINK PPWAV;
  14.  
  15. PPWAV.EXE will be produced.